PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableStringCell Class / setMultiline Method
True if the cell content is wrapped on multiple lines, otherwise it is displayed on a single line even if it is clipped. Default is false.
In This Topic
    setMultiline Method
    In This Topic
    Sets a value indicating whether the cell content should be wrapped on multiple lines.
    Syntax
    public void setMultiline( 
       boolean value
    )

    Parameters

    value
    True if the cell content is wrapped on multiple lines, otherwise it is displayed on a single line even if it is clipped. Default is false.
    See Also